projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56719c6
)
Correct the deprecation annotation for gtk_widget_modify_bg
author
Aaron Hamilton
<aaron@correspondwith.me>
Thu, 28 Nov 2013 07:26:00 +0000
(07:26 +0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 1 Dec 2013 22:03:48 +0000
(17:03 -0500)
It was pointing to a nonexisting function.
https://bugzilla.gnome.org/show_bug.cgi?id=719469
gtk/deprecated/gtkstyle.h
patch
|
blob
|
history
diff --git
a/gtk/deprecated/gtkstyle.h
b/gtk/deprecated/gtkstyle.h
index ccfe4a23baa931c15bc9f968550c5279a4126e9b..755fac0eb51cfa45415a59aa0fcf2e40025fcc6d 100644
(file)
--- a/
gtk/deprecated/gtkstyle.h
+++ b/
gtk/deprecated/gtkstyle.h
@@
-679,7
+679,7
@@
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_color)
void gtk_widget_modify_fg (GtkWidget *widget,
GtkStateType state,
const GdkColor *color);
-GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_background)
+GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_background
_color
)
void gtk_widget_modify_bg (GtkWidget *widget,
GtkStateType state,
const GdkColor *color);